Skip to content

Rescind policy that commits should start with "[skip changelog]" #201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 2, 2021
Merged

Rescind policy that commits should start with "[skip changelog]" #201

merged 1 commit into from
Jul 2, 2021

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Jul 1, 2021

The raw release changelog is generated from the commit messages. The arduino/create-changelog action is configured to
omit any commit message that is prefixed with "[skip changelog]".

After extensive use of this approach in the Arduino CLI repository, my conclusion is that it provides a miniscule time
savings for the release manager at the cost of massive pollution of the valuable commit history and a significantly less
contributor friendly repository. For this reason, I have never employed this practice in my work on Arduino Lint and I do
not want contributors to do so either.

The raw release changelog is generated from the commit messages. The `arduino/create-changelog` action is configured to
omit any commit message that is prefixed with "[skip changelog]".

After extensive use of this approach in the Arduino CLI repository, my conclusion is that it provides a miniscule time
savings for the release manager at the cost of massive pollution of the valuable commit history and a significantly less
contributor friendly repository. For this reason, I have never employed this practice in my work on Arduino Lint and I do
not want contributors to do so either.
@per1234 per1234 added topic: documentation Related to documentation for the project type: enhancement Proposed improvement labels Jul 1, 2021
@per1234 per1234 requested review from silvanocerza and rsora July 1, 2021 17:51
@silvanocerza
Copy link
Contributor

silvanocerza commented Jul 2, 2021

Mmmmh, fair enough. To tell you the thruth it doesn't help that much on the CLI either, when releasing a new version I still edit the generated changelog manually to enhance the formatting and delete those commits that don't introduce meaningful changes.

Should we change the policy on the CLI docs too?

@per1234 per1234 merged commit c1fd3df into arduino:main Jul 2, 2021
@per1234 per1234 deleted the no-skip-changelog branch July 2, 2021 08:49
@per1234 per1234 self-assigned this Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants